home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / u_man / cat3 / Tcl / append.z / append
Encoding:
Text File  |  1998-10-30  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. aaaappppppppeeeennnndddd((((3333TTTTccccllll))))                                                      aaaappppppppeeeennnndddd((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      append - Append to variable
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      aaaappppppppeeeennnndddd _v_a_r_N_a_m_e ?_v_a_l_u_e _v_a_l_u_e _v_a_l_u_e ...?
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      Append all of the _v_a_l_u_e arguments to the current value of variable
  17.      _v_a_r_N_a_m_e.  If _v_a_r_N_a_m_e doesn't exist, it is given a value equal to the
  18.      concatenation of all the _v_a_l_u_e arguments.  This command provides an
  19.      efficient way to build up long variables incrementally.  For example,
  20.      ``aaaappppppppeeeennnndddd aaaa $$$$bbbb'' is much more efficient than ``sssseeeetttt aaaa $$$$aaaa$$$$bbbb'' if $$$$aaaa is long.
  21.  
  22.  
  23. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  24.      append, variable
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.